home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gNumPlayers, gName1Sprite, gName3Sprite, gName2Sprite, gScore1Sprite, gScore2Sprite, gScore3Sprite, gCurrQuestion
- set gCurrQuestion to 0
- set the text of field "player1 score" to "0"
- set the text of field "player2 score" to "0"
- set the text of field "player3 score" to "0"
- displayScores()
- end
-